home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Dev / basic / amiblitz_ful.lha / AmiBlitz2 / Examples / declaretest.ab2 < prev    next >
Encoding:
Text File  |  1980-03-21  |  162 b   |  17 lines

  1. Syntax 1               ;were
  2. Function  test{a,b}
  3. DEFTYPE.l c
  4. SHARED c1
  5. c=20
  6. c1=21
  7. a=10
  8. End Statement
  9. DEFTYPE.l a1,c1
  10. Dim d(20)
  11. Dim List e(0)
  12. a1=20+c1
  13. d(10)=10
  14.  
  15.  
  16.  
  17.